projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a8805
)
; * test/src/emacs-module-tests.el: Instrument for bug#50902.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 11 Oct 2021 16:44:28 +0000
(18:44 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 11 Oct 2021 16:44:28 +0000
(18:44 +0200)
test/src/emacs-module-tests.el
patch
|
blob
|
history
diff --git
a/test/src/emacs-module-tests.el
b/test/src/emacs-module-tests.el
index 646c7bb2705b9b78c272886fd53a04fefc3265c4..9765bb109f69c411a68586bd6802816e9f492f11 100644
(file)
--- a/
test/src/emacs-module-tests.el
+++ b/
test/src/emacs-module-tests.el
@@
-32,6
+32,11
@@
(require 'help-fns)
(require 'subr-x)
+;; Catch information for bug#50902.
+(when (getenv "EMACS_EMBA_CI")
+ (start-process-shell-command
+ "*timeout*" nil (format "sleep 60; kill -ABRT %d" (emacs-pid))))
+
(defconst mod-test-emacs
(expand-file-name invocation-name invocation-directory)
"File name of the Emacs binary currently running.")